@import url(https://fonts.googleapis.com/css?family=Cherry+Swash);
body {
  margin: 0;
  padding: 0;
  font-family: Cherry Swash;
}

#container {
  width: 30%;
  margin: auto;
  position: relative;
  top: 100px;
  border: 2px solid #555;
  border-radius: 20px;
  padding-bottom: 20px;
}

h1 {
  text-align: center;
  color: #000;
  font-size: 50px;
  text-shadow: 12px 13px 14px 12px green;
  position: relative;
  top: 40px;
}

#game_choose {
  width: 100%;
  text-align: center;
  padding: 50px;
}

#game_choose button {
  position: relative;
  top: 30px;
}

h2 {
  font-size: 35px;
  font-family: Cherry Swash;
}

h3 {
  color: #000;
  text-align: center;
  font-size: 30px;
  text-shadow: 2px 3px 3px #ddd;
}

.text_page button {
  position: relative;
  top: 50px;
}

table {
  border-collapse: collapse;
  margin: auto;
}

td {
  border: 2px dotted #ddd;
  cursor: pointer;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #000;
  text-align: center;
  transition: 1s;
}

#reset_Btn {
  width: 100%;
  text-align: center;
}

ul li {
  display: inline-block;
  padding: 5px;
  border-right: 1px solid #ddd;
}

ul li a {
  margin: 5px;
  color: #ddd;
}

.fa {
  color: #ddd;
  cursor: pointer;
}